Removes the specified point from the collection.
Namespace: MindFusion.Charting Assembly: MindFusion.Charting
Syntax
C#
Copy Code
|
public void Remove ( PointF[] points ) |
Visual Basic
Copy Code
|
Public Sub Remove ( _ points() As PointF _ ) |
JavaScript
Copy Code
|
function Remove (points) |
Parameters
See Also
|